home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / MacDOS 3.0.rsrc / TEXT_185_WRITE.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  394 b   |  11 lines

  1. Writes a line of text to a file opened with OPEN.
  2.  
  3. WRITE fileID what
  4.  
  5.  fileID  is the number returned by OPEN.
  6.          The file can be closed with the command CLOSE.
  7.  what    is the line of text to be written into the file. Note that
  8.          the text must be quoted if it contains spaces. WRITE
  9.          appends a newline character (CR) to each line before
  10.          writing it into the file.
  11.